home *** CD-ROM | disk | FTP | other *** search
/ Explore Yellowstone / Explore Yellowstone (1997)(The Learning Company)[PC-Mac].iso / mac / ROSTER.DIR / 00003_Script_fr loop1 < prev    next >
Text File  |  1996-02-29  |  551b  |  26 lines

  1. on exitFrame
  2.   global WhichChannel, WhichCast
  3.   
  4.   if rollover(3) then 
  5.     set the cursor of sprite 3 to 1
  6.   end if
  7.   
  8.   if rollOver(8) then
  9.     put 8 into WhichChannel
  10.     puppetsprite 8, true
  11.     set the castNum of sprite 8 to the number of cast "delete2"
  12.     updateStage      
  13.     go to "Loop2"
  14.   end if 
  15.   
  16.   if rollOver(9) then
  17.     put 9 into WhichChannel
  18.     puppetsprite 9, true
  19.     set the castNum of sprite 9 to the number of cast "cancel2"
  20.     updateStage      
  21.     go to "Loop2"
  22.   end if 
  23.   
  24.   go to the frame
  25. end
  26.